-
Notifications
You must be signed in to change notification settings - Fork 83
Dev some changes #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev some changes #67
Conversation
earth2016
commented
Oct 4, 2016
- Added method to get the title when the argument is numeric and optional, the title will be shown if the title is set.
- Then I added some lines to check if the operating system is windows when that happens we will use the default value. Windows operating system shows an annoying message to the user repeatedly
Updating PHPDocs for easier use in PhpStorm
Fixed a few typos
Fixes for #34
add phpdoc for IDE autoCompletion
Fixed typographical error, changed abilty to ability in README.
…is not found in the system message repeatedly
Conflicts: README.md src/Commando/Command.php src/Commando/Option.php
| Aliases: `title`, `referredToAs` | ||
|
|
||
| Add a name to refer to an argument option by. Makes the help docs a little cleaner for anonymous "argument" options. | ||
| Add a name to refer to an argument option by. Makes the help docs a little cleaner for annonymous "argument" options. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's "anonymous" right?
| Aliases: `expectsFile` | ||
|
|
||
| The value specified for this option must be a valid file path. When used relative paths will be converted into fully quantify file paths and globbing is also optionally supported. See the file.php example. | ||
| The value specified for this option must be a valid file path. When used relative paths will be converted into fully quatified file paths and globbing is also optionally supported. See the file.php example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be "quantified".
|
|
||
| // We allow for "dynamic" anonymous arguments, so we | ||
| // add an option for any anonymous arguments that | ||
| // We allow for "dynamic" annonymous arguments, so we |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, pretty sure this was spelled correctly before.
|
Tests are failing also. |
|
Thanks @nategood for replying to this. I am going to close this and start another newer. |
|
I have created another pull request cleaner: #95 |