UNPKG
regit-cli
Version:
latest (1.5.0)
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.10
1.2.5
1.2.3
1.2.1
1.1.4
1.1.3
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
git helper cli
github.com/alwex/regit/blob/main/README.md
alwex/regit
regit-cli
/
build
/
src
/
commands
/
tag
/
index.js
6 lines
(5 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
import
configureList
from
'./list.js'
;
export
default
(program) => {
const
command = program.
command
(
'tag'
);
configureList
(command); };