Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 635 Bytes

File metadata and controls

26 lines (23 loc) · 635 Bytes

Command Reference

To see all commands in Nushell, run help commands.

<script> export default { computed: { commands() { return this.$site.pages .filter(p => p.path.indexOf('/book/commands/') >= 0) .sort((a,b) => (a.title > b.title) ? 1 : ((b.title > a.title) ? -1 : 0)); } } } </script>
Command Description
{{ command.title }} {{ command.frontmatter.usage }}