TUI-ConsoleLauncher icon indicating copy to clipboard operation
TUI-ConsoleLauncher copied to clipboard

[Feature] Define default parameter for commands

Open dennisguse opened this issue 6 years ago • 1 comments

So far commands (such as apps and search) always require a parameter to be executed. However, it would be great to define a default parameter for the "usual" use case. For example:

  • apps: execute apps -ls
  • search XYZ: execute search -u XYZ

dennisguse avatar Apr 06 '19 14:04 dennisguse

You ca do a: alias -add appls apps -ls restart appls

pguimier avatar Sep 28 '19 09:09 pguimier