mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-21 16:11:03 +00:00
Add support for --license arg (#38)
This commit is contained in:
committed by
GitHub
parent
d763e30b8f
commit
41c8d4e955
@@ -19,6 +19,10 @@ pub struct Arguments {
|
||||
#[structopt(long = "version")]
|
||||
pub version: bool,
|
||||
|
||||
/// Print the licence and exit.
|
||||
#[structopt(long = "license")]
|
||||
pub license: bool,
|
||||
|
||||
/// Specify the input paths and remappings.
|
||||
/// If an argument contains a '=', it is considered a remapping.
|
||||
/// Multiple Solidity files can be passed in the default Solidity mode.
|
||||
|
||||
Reference in New Issue
Block a user