diff options
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +// Copyleft 2021-2021 Whirlsplash +// SPDX-License-Identifier: GPL-3.0-only + use structopt::clap::{App, AppSettings, Arg, SubCommand}; pub fn cli<'b, 'a>() -> App<'a, 'b> { |