skytool 0.1.0-pre.2

an experimental API client for BlueSky / ATProto
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Clone, clap::Args)]
#[group(id = "exec")]
#[remain::sorted]
#[rustfmt::skip]
pub(crate) struct ExecOptions {
  dry_run: bool,

}