fix(cli): list all supported shells in usage text for init

This commit is contained in:
L. Yeung 2023-08-06 11:50:19 +08:00 committed by Jan De Dobbeleer
parent c78aa60455
commit 8db1365ea6

View file

@ -16,7 +16,7 @@ var (
manual bool
initCmd = &cobra.Command{
Use: "init [bash|zsh|fish|powershell|pwsh|cmd|nu] --config ~/.mytheme.omp.json",
Use: "init [bash|zsh|fish|powershell|pwsh|cmd|nu|tcsh|elvish|xonsh]",
Short: "Initialize your shell and config",
Long: `Initialize your shell and config.