Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Crans Passwords
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Crans Passwords
Commits
ef00e4ca
Commit
ef00e4ca
authored
11 years ago
by
Vincent Le gallic
Browse files
Options
Downloads
Patches
Plain Diff
Alias -e pour --edit
parent
5a757994
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cranspasswords.py
+1
-1
1 addition, 1 deletion
cranspasswords.py
with
1 addition
and
1 deletion
cranspasswords.py
+
1
−
1
View file @
ef00e4ca
...
@@ -470,7 +470,7 @@ if __name__ == "__main__":
...
@@ -470,7 +470,7 @@ if __name__ == "__main__":
# Actions possibles
# Actions possibles
action_grp
=
parser
.
add_mutually_exclusive_group
(
required
=
False
)
action_grp
=
parser
.
add_mutually_exclusive_group
(
required
=
False
)
action_grp
.
add_argument
(
'
--edit
'
,
action
=
'
store_const
'
,
dest
=
'
action
'
,
action_grp
.
add_argument
(
'
-e
'
,
'
--edit
'
,
action
=
'
store_const
'
,
dest
=
'
action
'
,
default
=
show_file
,
const
=
edit_file
,
default
=
show_file
,
const
=
edit_file
,
help
=
"
Editer (ou créer)
"
)
help
=
"
Editer (ou créer)
"
)
action_grp
.
add_argument
(
'
--view
'
,
action
=
'
store_const
'
,
dest
=
'
action
'
,
action_grp
.
add_argument
(
'
--view
'
,
action
=
'
store_const
'
,
dest
=
'
action
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment