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
Vladislav
eepm
Commits
4a961ebf
Commit
4a961ebf
authored
Jul 19, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: improve help and add non interactive mode support
parent
7524081f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
epm
bin/epm
+11
-1
No files found.
bin/epm
View file @
4a961ebf
...
@@ -49,7 +49,13 @@ phelp()
...
@@ -49,7 +49,13 @@ phelp()
echo
"
$Descr
echo
"
$Descr
$Usage
$Usage
-i|install install packages
-i|install install package(s)
-e|remove remove package(s)
-s|search search in remote and local package base
Options:
-v|--verbose verbose mode
--auto non interactive mode
-h|--help this help
"
"
}
}
...
@@ -58,6 +64,7 @@ Usage="Usage: $name [-i|install] [package name(s), package files]..."
...
@@ -58,6 +64,7 @@ Usage="Usage: $name [-i|install] [package name(s), package files]..."
Descr
=
"
$name
- EPM package manager"
Descr
=
"
$name
- EPM package manager"
verbose
=
verbose
=
non_interactive
=
epm_cmd
=
epm_cmd
=
pkg_files
=
pkg_files
=
pkg_names
=
pkg_names
=
...
@@ -91,6 +98,9 @@ for opt in "$@" ; do
...
@@ -91,6 +98,9 @@ for opt in "$@" ; do
-v
|
--verbose
)
-v
|
--verbose
)
verbose
=
1
verbose
=
1
;;
;;
--auto
)
non_interactive
=
1
;;
-i
|
install
)
-i
|
install
)
epm_cmd
=
install
epm_cmd
=
install
;;
;;
...
...
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