Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greg-1-anderson/example-alias-for-robo


https://github.com/greg-1-anderson/example-alias-for-robo

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

Commands:

`robo alias --tag-example="i should echo on the screen"`

Should output the same as `robo example --tag-example="i should echo on the screen"`

Which is: `Success! tag-example:i should echo on the screen` but instead it outputs:

```

[Symfony\Component\Console\Exception\RuntimeException]
The "--tag-example" option does not exist.

alias

```