Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

[feature request] Support passing through argumentsย #1

@matheus23

Description

@matheus23

When I define a command like so:

ipfs = "${pkgs.kubo}/bin/ipfs";

command_menu = command-utils.commands.${system} {
  ipfs-daemon = cmd "Start the IPFS (kubo) daemon"
    "${ipfs} --repo-dir ./.ipfs --offline daemon";
};

It would be nice if I could run ipfs-daemon --help and get help text (or set flags, etc.).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions