#11 Status subcommand for circologctl

병합
boyska blallo/statusctl 에서 boyska/master 로 5 commits 를 머지했습니다 5 년 전
blallo 코멘트됨, 5 년 전

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 } } ```
boyska 5 년 전가 Close
이 풀리퀘스트가 성공적으로 머지되었습니다!
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.