0
0
forked from toolshed/abra

docs: add missing arg

See toolshed/abra#540
This commit is contained in:
decentral1se 2025-04-21 20:17:39 +02:00
parent 6965799bdc
commit 515b5466ca
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -33,7 +33,7 @@ var AppCpCommand = &cobra.Command{
abra app cp 1312.net myfile.txt app:/
# copy that file back to your current working directory locally
abra app cp 1312.net app:/myfile.txt`,
abra app cp 1312.net app:/myfile.txt ./`,
Args: cobra.ExactArgs(3),
ValidArgsFunction: func(
cmd *cobra.Command,