mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
fix(debug): initialize ShellEnvironment.Version
This commit is contained in:
parent
c742bff144
commit
b944db841e
|
@ -21,6 +21,7 @@ var debugCmd = &cobra.Command{
|
|||
Run: func(cmd *cobra.Command, args []string) {
|
||||
startTime := time.Now()
|
||||
env := &environment.ShellEnvironment{
|
||||
Version: cliVersion,
|
||||
CmdFlags: &environment.Flags{
|
||||
Config: config,
|
||||
Debug: true,
|
||||
|
|
Loading…
Reference in a new issue