mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -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
|
manual bool
|
||||||
|
|
||||||
initCmd = &cobra.Command{
|
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",
|
Short: "Initialize your shell and config",
|
||||||
Long: `Initialize your shell and config.
|
Long: `Initialize your shell and config.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue