diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-26 23:28:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-26 23:28:57 -0700 |
commit | b4f643ef26d9568044f343ca3537222726768f73 (patch) | |
tree | 8965a2a75f0ac153cb33d9eea6fcea7ee1360a76 /extra | |
parent | fea10888148094b64c7ca96ec670b68b55beaef5 (diff) | |
download | adenosine-b4f643ef26d9568044f343ca3537222726768f73.tar.gz adenosine-b4f643ef26d9568044f343ca3537222726768f73.zip |
cli: initial progress
Diffstat (limited to 'extra')
-rw-r--r-- | extra/adenosine.1 | 57 | ||||
-rw-r--r-- | extra/adenosine.1.scdoc | 40 |
2 files changed, 97 insertions, 0 deletions
diff --git a/extra/adenosine.1 b/extra/adenosine.1 new file mode 100644 index 0000000..7a490d3 --- /dev/null +++ b/extra/adenosine.1 @@ -0,0 +1,57 @@ +.\" Generated by scdoc 1.11.1 +.\" Complete documentation for this program is not available as a GNU info page +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.nh +.ad l +.\" Begin generated content: +.TH "adenosine" "1" "2022-10-27" "adenosine Client Tool Manual Page" +.P +.SH NAME +.P +adenosine - command-line client for AT protocol (atproto.\&com) +.P +.SH SYNOPSIS +.P +adenosine [OPTIONS] <COMMAND> <ARGS> +.P +.SH DESCRIPTION +.P +TODO +.P +.SH COMMANDS +.P +.SS Other Commands +.P +.RS 4 +\fBstatus\fR [--json] +.RS 4 +Summarizes connection and authentication to the API server.\& Useful for debugging +.P +.RE +.RE +.SH OPTIONS +.P +\fB-h, --help\fR +.RS 4 +Prints help information +.P +.RE +\fB-V, --version\fR +.RS 4 +Prints version information +.P +.RE +\fB-v, --verbose\fR +.RS 4 +Pass many times for more log output +By default, it'll only report errors.\& Passing `-v` one time also prints warnings, `-vv` enables info logging, `-vvv` debug, and `-vvvv` trace.\& +.P +.RE +\fB--host <atp-host>\fR [env: ATP_HOST] +.P +\fB--auth-token <auth-token>\fR [env: ATP_AUTH_TOKEN] +.P +.SH EXAMPLES +.P +TODO diff --git a/extra/adenosine.1.scdoc b/extra/adenosine.1.scdoc new file mode 100644 index 0000000..2934e19 --- /dev/null +++ b/extra/adenosine.1.scdoc @@ -0,0 +1,40 @@ +adenosine(1) "adenosine Client Tool Manual Page" + +# NAME + +adenosine - command-line client for AT protocol (atproto.com) + +# SYNOPSIS + +adenosine [OPTIONS] <COMMAND> <ARGS> + +# DESCRIPTION + +TODO + +# COMMANDS + +## Other Commands + + *status* [--json] + Summarizes connection and authentication to the API server. Useful for debugging + +# OPTIONS + +*-h, --help* + Prints help information + +*-V, --version* + Prints version information + +*-v, --verbose* + Pass many times for more log output + By default, it'll only report errors. Passing `-v` one time also prints warnings, `-vv` enables info logging, `-vvv` debug, and `-vvvv` trace. + +*--host <atp-host>* [env: ATP_HOST] + +*--auth-token <auth-token>* [env: ATP_AUTH_TOKEN] + +# EXAMPLES + +TODO |