Compare commits
4 Commits
5c63b7ea79
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 238a27c346 | |||
|
|
510c5ff43f | ||
| 7d754eba79 | |||
|
|
07d0513958 |
2
fdup.v
2
fdup.v
@@ -35,7 +35,7 @@ fn main() {
|
|||||||
mut app := cli.Command{
|
mut app := cli.Command{
|
||||||
name: 'fdup'
|
name: 'fdup'
|
||||||
description: 'File duplicates finder'
|
description: 'File duplicates finder'
|
||||||
version: '0.2.0'
|
version: '0.2.1'
|
||||||
usage: '[DIR...]'
|
usage: '[DIR...]'
|
||||||
execute: find
|
execute: find
|
||||||
defaults: struct {
|
defaults: struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user