forked from lastpass/lastpass-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upload_queue: use extensible arrays for params
In a lot of cases we have "if (share) add this extra thing" and so everything else gets duplicated. Also, when we are going to start updating apps, the param names are rather different. Use the argv-style arrays instead of varargs so that we can just dynamically create this list as we go. Signed-off-by: Bob Copeland <[email protected]>
- Loading branch information
Bob Copeland
committed
Mar 25, 2016
1 parent
040e6a4
commit f70ddc7
Showing
3 changed files
with
52 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters