Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Mar 19, 2024
1 parent 89888dd commit 9c84f5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ var cli struct {
} `cmd:"" help:"Fetch one tile from a local or remote archive and output on stdout."`

WriteHeader struct {
Input string `arg:"" help:"Input archive file." type:"existingfile"`
Input string `arg:"" help:"Input archive file." type:"existingfile"`
HeaderJsonFile string `arg:"" help:"Input header JSON (written by show --header-json)." type:"existingfile"`
} `cmd:"" help:"Write header data to an existing archive in-place."`

WriteMetadata struct {
Input string `arg:"" help:"Input archive file." type:"existingfile"`
Input string `arg:"" help:"Input archive file." type:"existingfile"`
MetadataFile string `arg:"" help:"Input metadata JSON." type:"existingfile"`
Tmpdir string `help:"An optional path to a folder for tmp data." type:"existingdir"`
Tmpdir string `help:"An optional path to a folder for tmp data." type:"existingdir"`
} `cmd:"" help:"Write JSON metadata to an existing archive in-place."`

Extract struct {
Expand Down

0 comments on commit 9c84f5e

Please sign in to comment.