Commit 2e1af10 1 parent 10dbbb1 commit 2e1af10 Copy full SHA for 2e1af10
File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,17 @@ argConfig :: Config
31
31
argConfig = Config
32
32
{ access_key = def &=
33
33
typ " S3_ACCESS_KEY" &=
34
- help " Set the AWS access key"
34
+ help " Set the AWS access key" &=
35
+ groupname " Flags"
35
36
, secret_access_key = def &=
36
37
typ " S3_SECRET_ACCESS_KEY" &=
37
38
help " Set the AWS secret access key"
38
39
, bucket_name = def &=
39
40
typ " DOCS_BUCKET_NAME" &=
40
- help " Set the name of the S3 bucket to upload to "
41
+ help " Set the name of the S3 bucket"
41
42
, project_name = def &=
42
43
typ " PROJECT_NAME" &=
43
- help " Set the name of your project, which will be the folder name on S3 "
44
+ help " Set the name of your project\n\n (should be equivalent to the name of your Github repo) "
44
45
, directory = def &=
45
46
argPos 0 &=
46
47
typ " DIRECTORY_TO_UPLOAD"
@@ -49,9 +50,9 @@ argConfig = Config
49
50
verbosity &=
50
51
help " Upload a folder to an S3 bucket as a static site" &=
51
52
summary " s3ssu v0.0.0, (C) Kofile" &=
52
- details [
53
- " Example use:"
54
- ]
53
+ details [ " "
54
+ , " Example use:"
55
+ ]
55
56
56
57
57
58
defaultTo :: String -> String -> String
You can’t perform that action at this time.
0 commit comments