This website requires JavaScript.
Explore
Help
Sign in
luzifer
/
ots
Watch
1
Star
0
Fork
You've already forked ots
0
Code
Issues
Pull requests
Releases
Wiki
Activity
0ca6e4fc5f
ots
/
cmd
/
ots-cli
/
main.go
12 lines
107 B
Go
Raw
Normal View
History
Unescape
Escape
Implement OTS-CLI utility (#117)
2023-10-04 20:27:14 +00:00
package
main
[#154] Add debug logging for rejected attachment types & strip meta-info from mime-type (#155)
2023-11-23 09:36:36 +00:00
import
(
"os"
)
Implement OTS-CLI utility (#117)
2023-10-04 20:27:14 +00:00
func
main
(
)
{
if
err
:=
rootCmd
.
Execute
(
)
;
err
!=
nil
{
os
.
Exit
(
1
)
}
}
Reference in a new issue
Copy permalink