Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Step-By-Step Command Line Promo Mode #5

Open
bshikin opened this issue Sep 18, 2023 · 1 comment
Open

Add Step-By-Step Command Line Promo Mode #5

bshikin opened this issue Sep 18, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bshikin
Copy link
Contributor

bshikin commented Sep 18, 2023

Current way to launch the script is run this command line prompt:

OPENAI_API_KEY=<your_openai_api_key>  ./launch.sh <config_name> <source_project_dir> <destination_project_dir>

We should add a mode where if it is launched without any parameters it goes into CLA question/answer mode:

$ ./launch.sh
Welcome to Unifree! 
Please answer a few questions to start the migration.
What is your OpenAPI key? <... user input ...>

Full path of the source Unity project: <... user input ...>

What language would you like to translate it to?
    [1] godot
    [2] unreal
<... user input ...>

Full path of the destination {CONFIG_NAME} project: <... user input ...>

... output of the script ...
@bshikin bshikin added enhancement New feature or request good first issue Good for newcomers labels Sep 18, 2023
@extrail
Copy link

extrail commented Sep 20, 2023

I implemented a basic wizard and made some progress on a Linux/mac.
If you can add some comments regarding changes I would appreciate it :)
#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants