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
abce728e
Commit
abce728e
authored
1 year ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: drop support for options without --
parent
f3ccce3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
epm-play
bin/epm-play
+6
-5
No files found.
bin/epm-play
View file @
abce728e
...
...
@@ -253,6 +253,7 @@ Examples:
epm play yandex-browser = beta
epm play telegram = beta
epm play telegram = 4.7.1
epm play --update all
EOF
}
...
...
@@ -424,7 +425,7 @@ case "$1" in
__epm_play_initialize_ipfs
;;
--remove
|
remove
)
--remove
)
shift
if
[
-z
"
$1
"
]
;
then
fatal
"run --remove with 'all' or a project name"
...
...
@@ -466,7 +467,7 @@ case "$1" in
exit
;;
--installed
|
installed
)
--installed
)
shift
__is_app_installed
"
$1
"
"
$2
"
#[ -n "$quiet" ] && exit
...
...
@@ -482,7 +483,7 @@ case "$1" in
__list_installed_packages
exit
;;
--list
|
--list-installed
|
list|list-installed
)
--list
|
--list-installed
)
__epm_play_list_installed
exit
;;
...
...
@@ -493,7 +494,7 @@ case "$1" in
exit
;;
--list-all
|
list-all
)
--list-all
)
[
-n
"
$short
"
]
||
[
-n
"
$quiet
"
]
||
echo
"Available applications (for current arch
$DISTRARCH
):"
__epm_play_list
$psdir
[
-n
"
$quiet
"
]
||
[
-n
"
$*
"
]
&&
exit
...
...
@@ -503,7 +504,7 @@ case "$1" in
exit
;;
--list-scripts
|
list-scripts
)
--list-scripts
)
[
-n
"
$short
"
]
||
[
-n
"
$quiet
"
]
||
echo
"Run with a name of a play script to run:"
__epm_play_list
$prsdir
exit
...
...
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