Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
3795c16f
Commit
3795c16f
authored
1 year ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: add hints about possible --help
parent
3ae46959
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
epm
bin/epm
+4
-4
No files found.
bin/epm
View file @
3795c16f
...
...
@@ -279,7 +279,7 @@ check_command()
epm_cmd
=
packages
direct_args
=
1
;;
list
)
# HELPCMD: print list of packages
list
)
# HELPCMD: print list of packages
(see epm list --help)
epm_cmd
=
list
direct_args
=
1
;;
...
...
@@ -320,7 +320,7 @@ check_command()
epm_cmd
=
removerepo
direct_args
=
1
;;
repo
)
# HELPCMD: manipulate with repository list (
run epm repo --help to
help)
repo
)
# HELPCMD: manipulate with repository list (
see epm repo --
help)
epm_cmd
=
repo
direct_args
=
1
;;
...
...
@@ -365,7 +365,7 @@ check_command()
epm_cmd
=
mark
direct_args
=
1
;;
history
)
# HELPCMD: show a log of actions taken by the software management
history
)
# HELPCMD: show a log of actions taken by the software management
(see epm history --help)
epm_cmd
=
history
direct_args
=
1
;;
...
...
@@ -407,7 +407,7 @@ check_command()
epm_cmd
=
print
direct_args
=
1
;;
tool
)
# HELPCMD: run embedded tool (
f.i., epm tool eget
)
tool
)
# HELPCMD: run embedded tool (
see epm tool --help
)
epm_cmd
=
tool
direct_args
=
1
;;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment