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

Print commands executed inside loops #44

Open
GeremWD opened this issue Mar 3, 2023 · 0 comments
Open

Print commands executed inside loops #44

GeremWD opened this issue Mar 3, 2023 · 0 comments
Assignees
Labels
CLI enhancement New feature or request

Comments

@GeremWD
Copy link
Collaborator

GeremWD commented Mar 3, 2023

for i in 00..02 { - R$i }
Error while deleting Object!
Error while deleting Object!
Error while deleting Object!

would become

for i in 00..02 { - R$i }
- R0
Error while deleting Object!
- R1
Error while deleting Object!
- R2
Error while deleting Object!
@GeremWD GeremWD added the enhancement New feature or request label Mar 3, 2023
@GeremWD GeremWD self-assigned this Mar 3, 2023
@GeremWD GeremWD transferred this issue from ditrit/OGrEE-CLI Apr 25, 2023
@GeremWD GeremWD added the CLI label Apr 25, 2023
@Barbozafab Barbozafab self-assigned this Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants