Skip to content

-s flag is unclear #15

@bbushnell

Description

@bbushnell

It's not obvious what the -s flag does. There are basically 4 use cases for a program that does a transform on some data:

  1. program infile outfile
  2. program stdin outfile
  3. program infile stdout
  4. program stdin stdout

The definition of "-s" leaves it vague as to which of the last 3 is intended - so it's not clear how you differentiate between case 2 and case 3, or if case 4 is even supported. Can you clarify how -s works in the compression and decompression modes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions