cli #13

Merged
squel merged 2 commits from squel/cli into main 2024-12-24 00:08:32 +00:00 AGit
Owner
No description provided.
squel changed title from version command to cli 2024-12-05 11:00:36 +00:00
Author
Owner
based on part of squel/steam-manifest#11 and squel/steam-manifest#12
Author
Owner

resolving conflics with 66ccfd4de7b1932e84b27f89c6c9d1fc835b7547

resolving conflics with 66ccfd4de7b1932e84b27f89c6c9d1fc835b7547
Author
Owner

again, resolving conflicts with 56a484e8c6

again, resolving conflicts with 56a484e8c6366f9d7ab0fb068c729b627046f99e
@ -20,0 +55,4 @@
Usage: "decode the manifest into a GNU Coreutils-compatible output",
Action: func(cCtx *cli.Context) error {
for _, inputfile := range cCtx.Args().Slice() {
val, err := decoder.DecodeManifest(
Author
Owner

might want to call an external function like decode(), ideally in another file to avoid this nesting and having large functionality in these Action blocks...

might want to call an external function like `decode()`, ideally in another file to avoid this nesting and having large functionality in these `Action` blocks...
squel merged commit 56a484e8c6 into main 2024-12-24 00:08:32 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
squel/steam-manifest!13
No description provided.