Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Implement help as a plugin to show detailed command help

Open
#151 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript, node.js
Domain
cli

Research direction

Start by reviewing the relationship to issue #101 and the current shx command and plugin entry points. Determine how command-specific help can be exposed without parsing ShellJS documentation, then define completion as shx help <command> producing detailed usage output for supported commands.

Written by the indexing model from the issue text.

Description

feat

Branching off from #101. It would be cool to implement shx help as a ShellJS plugin, and let this show help output at a finer granularity:

$ shx help ls
Usage: ls [option]... [file]...
  -l  use a long listing format
  ...
$ shx help cp
...

Not sure if there's a good way to do this right now without parsing ShellJS docs. But we could certainly support

Dominant language
JavaScript
Stars
1.9k
Forks
52
Avg merge
3d 2h
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from shelljs/shx

All issues in shelljs/shx

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.