Skip to content
#

command-line-tools

Here are 94 public repositories matching this topic...

Orbital-Shell
franck-gaspoz
franck-gaspoz commented Feb 20, 2021

command alias should respect bash posix

currently

alias {aliasName} {aliasText} 

Expected

alias {aliasExpression} 

with alias expression := aliasName = aliasText

issue

variables are substituted because they appears in a command parameter string ... it would be better if the substitution of variables is avoid in that case, thus the ev

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the command-line-tools topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the command-line-tools topic, visit your repo's landing page and select "manage topics."

Learn more