Help text not displaying properly for certain commands #11

Closed
opened 2021-12-02 02:01:36 -05:00 by RuiSiang · 0 comments
RuiSiang commented 2021-12-02 02:01:36 -05:00 (Migrated from github.com)

ISSUE

說明 (Description)

Help text not displaying for commands that have file io operations.

種類 (Issue Type)

  • Feature Request
  • Report Bug
  • Other

可能的解法 (Proposed Solution)

Create exceptions or error handling for subcommands that require file io operations.

通報問題 (Report Bug)

重現步驟 (Steps to Reproduce)

  1. Run help on any command that requires file io (e.g. bdk channel --help)

測試環境 (Environment):

  • OS:
  • NodeJS Version:
  • NPM Version:
  • Docker Version:

應呈現結果 (Expected Behavior)
Descriptive help text without errors.

實際呈現結果 (Resulted Behavior)
Error: Error: ENOENT: no such file or directory, scandir...

# ISSUE ## 說明 (Description) Help text not displaying for commands that have file io operations. ## 種類 (Issue Type) - [ ] Feature Request - [x] Report Bug - [ ] Other **可能的解法 (Proposed Solution)** Create exceptions or error handling for subcommands that require file io operations. --- ## 通報問題 (Report Bug) **重現步驟 (Steps to Reproduce)** 1. Run help on any command that requires file io (e.g. `bdk channel --help`) **測試環境 (Environment)**: * OS: * NodeJS Version: * NPM Version: * Docker Version: **應呈現結果 (Expected Behavior)** Descriptive help text without errors. **實際呈現結果 (Resulted Behavior)** Error: `Error: ENOENT: no such file or directory, scandir...`
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cathayddt/bdk#11
No description provided.