You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+5
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
// Copyright ⓒ 2015-2016 Kevin B. Knapp and clap-rs contributors.
2
+
// Licensed under the MIT license
3
+
// (see LICENSE or <http://opensource.org/licenses/MIT>) All files in the project carrying such
4
+
// notice may not be copied, modified, or distributed except according to those terms.
5
+
1
6
//! A simple to use, efficient, and full featured library for parsing command line arguments and subcommands when writing console, or terminal applications.
0 commit comments