nushell-plugins/nushell/tests/fixtures/lsp/completion/command.nu
2025-06-27 02:33:44 +01:00

14 lines
212 B
Text

config n
config n foo bar -
config n foo bar c --l
# detail
def "config n foo bar" [
f: path
--long (-s): int # test flag
] {
echo "🤔🐘"
| str substring (str substring -)
}
config n # don't panic!