Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 595 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 595 Bytes

Usage

  1. Start a new nu-shell
  2. Run source ./script.nu to get the functions into your shell session
  3. Run help sysml to find out what functions there are
  4. Use the built-in --help arg to find out details about a function
  • example: elements --help
  1. Big tables ahead? Pipe the table into a the explore command to get an interactive table browser
  • example: fetch-subelements 9f308a28-587e-493e-8537-2c7c3593de50 f652286a-cc47-45c0-96bf-aa67349b986f 7b27ac6a-93bb-4cf6-bc58-f5bedc30b65f | explore
  1. Don't know valid arguments? Hit the [TAB] key to get some suggestions!