#11 Status subcommand for circologctl

Merged
boyska merged 5 commits from blallo/statusctl into boyska/master 5 years ago
blallo commented 5 years ago

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 } } ```
This pull request has been merged successfully!
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.