Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 936 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 936 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 }}