forked from XAMPPRocky/tokei
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcli.yml
38 lines (38 loc) · 1.1 KB
/
cli.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright (c) 2015 Aaron Power
# Use of this source code is governed by the MIT license that can be
# found in the LICENSE file.
bin_name: Tokei
name: Tokei
version: 1.3.0
author: Aaron P. <[email protected]>
about: A quick CLOC (Count Lines Of Code) tool
args:
- exclude:
short: e
long: exclude
help: Will ignore all files and directories containing the word ie --exclude node_modules
takes_value: true
- sort:
short: s
long: sort
takes_value: true
possible_values: [files, total, blanks, code, commments]
help: Will sort based on a certain column ie --sort=files will sort by file count.
- input:
index: 1
multiple: true
required: true
help: The input file(s)/directory(ies)
conflicts_with:
- languages
- files:
short: f
long: files
takes_value: false
help: Will print out the files found only recommended for debugging purposes
- languages:
short: l
long: languages
conflicts_with:
- input
help: prints out supported languages and their extensions