
elvish
List of commands for elvish:
-
elvish:tldr:0b9df elvish: Start an interactive shell session.$ elvishtry on your machineexplain this command
-
elvish:tldr:53b73 elvish: Execute a specific script.$ elvish ${path-to-script-elv}try on your machineexplain this command
-
elvish:tldr:c0e3c elvish: Execute specific [c]ommands.$ elvish -c "${echo 'elvish is executed'}"try on your machineexplain this command