mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-05-31 10:39:23 +02:00
More CLI for access control
This commit is contained in:
parent
243d549975
commit
03a4e3e8e9
6 changed files with 243 additions and 28 deletions
cmd
|
@ -15,8 +15,8 @@ var (
|
|||
)
|
||||
|
||||
const (
|
||||
categoryClient = "Client-side commands"
|
||||
categoryServer = "Server-side commands"
|
||||
categoryClient = "Client commands"
|
||||
categoryServer = "Server commands"
|
||||
)
|
||||
|
||||
// New creates a new CLI application
|
||||
|
@ -37,6 +37,8 @@ func New() *cli.App {
|
|||
// Server commands
|
||||
cmdServe,
|
||||
cmdUser,
|
||||
cmdAllow,
|
||||
cmdDeny,
|
||||
|
||||
// Client commands
|
||||
cmdPublish,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue