With the show command generating a source code file, it'll be even better if we can specify a format. But I have a repo already holding all my LC source files, but the filename structures are different.
Leetcode-cli's format is as 1.two-sum.js, while mine were 292. Nim Game.js with 1) a space between "292." and the question name, and 2) Title Case instead of kebab-case.
Do you have plans to support customization to the filename format? Thank you!
How to reproduce
Run leetcode show 1 -g -l javascript as an example
Problem Summary
With the
show
command generating a source code file, it'll be even better if we can specify a format. But I have a repo already holding all my LC source files, but the filename structures are different.Leetcode-cli's format is as
1.two-sum.js
, while mine were292. Nim Game.js
with 1) a space between "292." and the question name, and 2) Title Case instead of kebab-case.Do you have plans to support customization to the filename format? Thank you!
How to reproduce
leetcode show 1 -g -l javascript
as an example1.two-sum.js
will be generatedEnvironment