3
# Copyright (C) 2022, 2023 Etersoft
4
# Copyright (C) 2022, 2023 Vitaly Lipatov <lav@etersoft.ru>
6
# This program is free software: you can redistribute it and/or modify
7
# it under the terms of the GNU Affero General Public License as published by
8
# the Free Software Foundation, either version 3 of the License, or
9
# (at your option) any later version.
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU Affero General Public License for more details.
16
# You should have received a copy of the GNU Affero General Public License
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
22
echo "Tools embedded in epm:"
23
get_help HELPCMD $SHAREDIR/epm-tool
27
epm tool eget -U http://ya.ru
28
epm tool estrlist union a b a c
29
epm tool erc archive.zip
40
fatal "Use epm tool --help to get help."
45
"eget") # HELPCMD: downloading tool (simular to wget or curl)
49
"erc") # HELPCMD: universal archive manager
53
"ercat") # HELPCMD: universal file uncompressor
57
"estrlist") # HELPCMD: string operations
61
"json") # HELPCMD: json operations
63
$CMDSHELL $SHAREDIR/tools_json "$@"
65
"yaml") # HELPCMD: parse yaml operations
67
$CMDSHELL $SHAREDIR/tools_yaml "$@"
70
print_command_path "$@" # HELPCMD: which like command (no output to stderr, can works without which package)
73
fatal "Unknown command $ epm tool $WHAT. Use epm print help for get help."