#11 Status subcommand for circologctl

Unito
boyska ha unito 5 commit da blallo/statusctl a boyska/master 5 anni fa
blallo ha commentato 5 anni fa

Introduced a status subcommand for circologctl. It offers a -format option with possible values:

  • plain (default); Example output:

    Buffer Length: 1000
    Server Status: unpaused
    
  • json; Example output:

    {"status":{"size":1000,"running":true}}
    
  • pretty; Example output:

    {
    "status": {
    "size": 1000,
    "running": true
    }
    }
    
Introduced a `status` subcommand for `circologctl`. It offers a `-format` option with possible values: - `plain` (default); Example output: ``` Buffer Length: 1000 Server Status: unpaused ``` - `json`; Example output: ``` {"status":{"size":1000,"running":true}} ``` - `pretty`; Example output: ``` { "status": { "size": 1000, "running": true } } ```
Questo contributo è stato incluso con successo!
Sign in to join this conversation.
Nessuna milestone
Nessun assegnatario
1 Partecipanti
Caricamento...
Annulla
Salva
Non ci sono ancora contenuti.