Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/greg-1-anderson/example-alias-for-robo
- Owner: greg-1-anderson
- Created: 2016-06-06T21:09:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T21:13:44.000Z (over 8 years ago)
- Last Synced: 2024-10-26T06:51:04.421Z (2 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```