* Test the config command * @returns Promise that resolves when the test is complete
()
| 54 | * @returns Promise that resolves when the test is complete |
| 55 | */ |
| 56 | async function testConfigCommand(): Promise<void> { |
| 57 | console.log("\n=== Testing config command ==="); |
| 58 | await main(["config", "--action", "list"]); |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * Test the help command |