Skip to content

Handle stdin for symbol input #1

@nicholatian

Description

@nicholatian

Currently, input must be either on the command line or stored in a file; stdin cannot be fed to the program as input. While Unix shells can work around this with $(command) syntax, this is not an option on Windows. Attempting to force piping on Linux using /dev/stdin causes a segmentation fault, probably due to lack of an allocation mechanism in the CLI’s main().

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions