Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1013 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 1013 Bytes

Command Reference

If you're new to Nushell, the quick tour can show you the most important commands. You don't need to know them all!

To see all commands from inside Nushell, run help commands.

<script> import pages from '@temp/pages' export default { computed: { commands() { return pages .filter(p => p.path.indexOf('/commands/docs/') >= 0) .sort((a,b) => (a.title > b.title) ? 1 : ((b.title > a.title) ? -1 : 0)); } } } </script>
Command Categories Description Feature
{{ command.title }} {{ command.frontmatter.categories }} {{ command.frontmatter.usage }} {{ command.frontmatter.feature }}