Cosmetic: remove unwanted comment

This commit is contained in:
Tony Garnock-Jones 2022-10-18 14:06:07 +02:00
parent fc930059d3
commit f2be0d5e62
1 changed files with 0 additions and 30 deletions

View File

@ -13,36 +13,6 @@ use preserves::value::TextWriter;
use syndicate::language;
use syndicate::preserves_schema::Codec;
// #[derive(Subcommand, Clone, Debug)]
// enum Key {
// KeyPhrase {
// text: String,
// },
// KeyHex {
// hex: String,
// },
// }
// #[derive(Subcommand, Clone, Debug)]
// enum Mode {
// Completions {
// #[arg(value_enum)]
// dialect: Shell,
// },
// Mint {
// oid: String,
// #[command(subcommand)]
// key: Key,
// },
// }
// #[derive(Parser, Clone, Debug)]
// #[command(version)]
// struct CommandLine {
// #[command(subcommand)]
// command: Mode,
// }
fn cli() -> Command {
Command::new("syndicate-macaroon")
.subcommand_required(true)