Franck Gaspoz

Results 18 issues of Franck Gaspoz

auto complete with TAB at command line reader input needs a thesaurus of words provided by the kernel and any component that contains known words classified by category. the command...

enhancement

add CD auto nuget deployment in NUGET and secondary to GITHUB prior to NUGET should take place in worflow : merge to master, version increment, successfull build -> so push...

enhancement
help wanted

**command alias should respect bash posix** **currently** ```shell alias {aliasName} {aliasText} ``` **Expected** ```shell alias {aliasExpression} ``` with alias expression := aliasName = aliasText **issue** variables are substituted because they...

enhancement
good first issue
help wanted

linux deploy (thanks to @Yobatman38) : up and down arrows doesn't works in clr (command line reader) **Expected behavior** move in command history, that should be output just after the...

bug
good first issue
help wanted

was thinking of a default in variable name parser, but seems it is just a lake of variable name searching in namespaces, like if the _ namespace if never scanned...

bug
good first issue
help wanted

**The rm command does'nt works properly at all** stupid erros coz try to delete several times the same items + few less rights in windows terminal/any debugger (manifest should elevate...

bug
good first issue
help wanted

implements bash functions as c# script or shell script

enhancement
good first issue

add cmd line (shell meta options) meta options: --help , -- [ specification of decorators and decorators parameters ] -- [output control]

enhancement

is implemented: set varName Value wished: $varName=Value $varName=variableExpression variable expression may be parsed by C# script

enhancement

member (not method) access is implemented, $VarNamespace[.MemberName], but seems to not work correctly anymore. syntax for calling methods, passing parameters must be added exec of method with passing results must...

enhancement