You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For long option names, aesh should have an option to specify if that option should be supported by no leading dashed.
eg curretly if bar was an option on command foo: $ foo --bar
With the new feature, this should work: $ foo bar
For long option names, aesh should have an option to specify if that option should be supported by no leading dashed.
eg curretly if bar was an option on command foo: $ foo --bar
With the new feature, this should work: $ foo bar