We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897feda commit 9603946Copy full SHA for 9603946
docs/migrate-v2-to-v3.md
@@ -379,6 +379,25 @@ Similar messages would be shown for other funcs.
379
}
380
```
381
382
+## PathFlag
383
+
384
+=== "v2"
385
386
+ ```go
387
+ &cli.PathFlag{
388
+ Name: "foo",
389
+ }
390
+ ```
391
392
+=== "v3"
393
394
395
+ &cli.StringFlag{
396
397
+ TakesFiles: true,
398
399
400
401
## Authors
402
403
=== "v2"
0 commit comments