aka
aka copied to clipboard
When edit an alias's command, previous group name is not inherit.
aka version: 0.1.10
my alias: alias hello='echo hello world' # => groupA"
When [aka edit hello], I type in a new command, [echo new hello world]
the new alias generated in dotfile is alias hello='echo new hello world'
the group is not inherit to new alias.