Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
18 contributions in the last year
Activity overview
Contribution activity
October 2020
September 2020
Created an issue in wp-cli/wp-cli that received 1 comment
Dynamic options?
Is it not possible for options to be dynamic? For example:
$ wp my-command --field-name=Test1 --field-email=Test2 --field-blah=Test3
I've got the …