mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-29 20:10:56 -08:00
fix(cli): list all supported shells in usage text for init
This commit is contained in:
parent
c78aa60455
commit
8db1365ea6
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue