FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for awscli/argprocess.py - OneTouchMedia/aws-cli · GitHub
OneTouchMedia
/
aws-cli
Public
forked from
aws/aws-cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
aws-cli
awscli
argprocess.py
on
develop
User selector
Datepicker
Commit history
Commits on Nov 25, 2013
Only document the simpler shorthand syntax
Show description for f862758
jamesls
committed
f862758
View commit details
Copy full SHA for f862758
View code at this point
Browse repository at this point
Add more shorthand syntax support
Show description for 94a03d0
jamesls
committed
94a03d0
View commit details
Copy full SHA for 94a03d0
View code at this point
Browse repository at this point
Commits on Nov 21, 2013
Refactoring bcdoc/awscli to get all CLI-specific stuff over into awscli. Related to https://github.com/boto/bcdoc/pull/25.
garnaat
committed
389ceb0
View commit details
Copy full SHA for 389ceb0
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
Support strings as bool values in shorthand syntax
Show description for 583b30f
jamesls
committed
583b30f
View commit details
Copy full SHA for 583b30f
View code at this point
Browse repository at this point
Commits on Aug 28, 2013
Add parameter name for bad json values
Show description for 9583045
jamesls
committed
9583045
View commit details
Copy full SHA for 9583045
View code at this point
Browse repository at this point
Fix parsing issue with quoted shorthand values
Show description for 12bc751
jamesls
committed
12bc751
View commit details
Copy full SHA for 12bc751
View code at this point
Browse repository at this point
Commits on Aug 26, 2013
Extract split_on_commas into a utils module
jamesls
committed
97675d2
View commit details
Copy full SHA for 97675d2
View code at this point
Browse repository at this point
Commits on Aug 21, 2013
Use the command name for the event_class
Show description for 52c7840
jamesls
committed
52c7840
View commit details
Copy full SHA for 52c7840
View code at this point
Browse repository at this point
Commits on Jul 19, 2013
Match the style of input JSON to the style used in output. Fixes #187.
garnaat
committed
a758add
View commit details
Copy full SHA for a758add
View code at this point
Browse repository at this point
Commits on Jul 10, 2013
Merge branch 'develop' of git://github.com/garnaat/aws-cli into garnaat-develop
garnaat
committed
d24d6e8
View commit details
Copy full SHA for d24d6e8
View code at this point
Browse repository at this point
Allow for single quote chars in csv values
Show description for ec8ca9e
jamesls
committed
ec8ca9e
View commit details
Copy full SHA for ec8ca9e
View code at this point
Browse repository at this point
Use six compat for advancing iterator
Show description for 1689939
jamesls
committed
1689939
View commit details
Copy full SHA for 1689939
View code at this point
Browse repository at this point
Support escaping and quotes for shorthand params
Show description for af16c74
jamesls
committed
af16c74
View commit details
Copy full SHA for af16c74
View code at this point
Browse repository at this point
Commits on Jul 9, 2013
Lots of changes to further merge domain model objects and document pipeline.
garnaat
committed
f78734d
View commit details
Copy full SHA for f78734d
View code at this point
Browse repository at this point
Commits on Jul 2, 2013
Fix bug when empty value for list param is specified
Show description for daba987
jamesls
committed
daba987
View commit details
Copy full SHA for daba987
View code at this point
Browse repository at this point
Add bugfix for unpacking scalar long value
Show description for 6b27190
jamesls
committed
6b27190
View commit details
Copy full SHA for 6b27190
View code at this point
Browse repository at this point
Commits on Jul 1, 2013
Adding some examples of plugins. Removing some debug logging. Adding lots of comments and docs to help.py and modifying it to use new bcdoc stuff.
garnaat
committed
a6fab1f
View commit details
Copy full SHA for a6fab1f
View code at this point
Browse repository at this point
Commits on Jun 26, 2013
WIP commit. Merging new doc pipeline code into domain modeling branch.
garnaat
committed
30a2755
View commit details
Copy full SHA for 30a2755
View code at this point
Browse repository at this point
Merge branch 'domain-model' of git://github.com/jamesls/aws-cli into doc-pipeline
garnaat
committed
b892070
View commit details
Copy full SHA for b892070
View code at this point
Browse repository at this point
Commits on Jun 12, 2013
Fix doc bug for shorthand syntax
Show description for 1c0fb4e
jamesls
authored and
garnaat
committed
1c0fb4e
View commit details
Copy full SHA for 1c0fb4e
View code at this point
Browse repository at this point
Commits on Jun 11, 2013
Allow buffer size to be passed in to streaming output
jamesls
committed
985a2b7
View commit details
Copy full SHA for 985a2b7
View code at this point
Browse repository at this point
Commits on Jun 10, 2013
Refactor clidriver/argparser for easier customization
Show description for 4973538
jamesls
committed
4973538
View commit details
Copy full SHA for 4973538
View code at this point
Browse repository at this point
Commits on May 31, 2013
lstrip values before checking for json values
Show description for 91fabe8
jamesls
committed
91fabe8
View commit details
Copy full SHA for 91fabe8
View code at this point
Browse repository at this point
Commits on May 29, 2013
Reword docs of shorthand syntax
Show description for dd8f5fa
jamesls
committed
dd8f5fa
View commit details
Copy full SHA for dd8f5fa
View code at this point
Browse repository at this point
Commits on May 22, 2013
Add shorthand for list of struct of scalars
Show description for 448a944
jamesls
committed
448a944
View commit details
Copy full SHA for 448a944
View code at this point
Browse repository at this point
Commits on May 21, 2013
Add blank line in docs to avoid warning
Show description for 9027775
jamesls
committed
9027775
View commit details
Copy full SHA for 9027775
View code at this point
Browse repository at this point
Commits on May 17, 2013
Add error messages on param processing errors
jamesls
committed
a9f8f3a
View commit details
Copy full SHA for a9f8f3a
View code at this point
Browse repository at this point
Add help text for shorthand param syntax
Show description for 50d53c6
jamesls
committed
50d53c6
View commit details
Copy full SHA for 50d53c6
View code at this point
Browse repository at this point
Add hook for supplementing example docs
jamesls
committed
21793cd
View commit details
Copy full SHA for 21793cd
View code at this point
Browse repository at this point
Initial commit of arg simplification
Show description for a60cc56
jamesls
committed
a60cc56
View commit details
Copy full SHA for a60cc56
View code at this point
Browse repository at this point
Commits on May 16, 2013
Add builtin plugin loading module
Show description for 0700513
jamesls
committed
0700513
View commit details
Copy full SHA for 0700513
View code at this point
Browse repository at this point
Move unpack_cli_arg to argprocess module
Show description for 1c4d7ca
jamesls
committed
1c4d7ca
View commit details
Copy full SHA for 1c4d7ca
View code at this point
Browse repository at this point
Add module to detect param shapes
jamesls
committed
fff204c
View commit details
Copy full SHA for fff204c
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL