mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-20 15:41:35 -08:00
parent
9b58ccc373
commit
4554d31168
|
@ -61,4 +61,5 @@ This command is used to get the value of the following variables:
|
||||||
|
|
||||||
func init() { //nolint:gochecknoinits
|
func init() { //nolint:gochecknoinits
|
||||||
rootCmd.AddCommand(getCmd)
|
rootCmd.AddCommand(getCmd)
|
||||||
|
getCmd.Flags().StringVar(&shellName, "shell", "", "the shell to print for")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue