-
Notifications
You must be signed in to change notification settings - Fork 52
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
pdd* should just print the commands to run #142
Labels
Comments
you told me to add |
yes, but it should PRINT this stuff, not execute it
… On 5 Mar 2019, at 17:40, Giovanni ***@***.***> wrote:
you told me to add pdd* as CCu base64:AAAA= :/
what should it output then?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#142 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA3-lr23cKZK4FsBjZRULvOeDD6WPn-Jks5vTp4bgaJpZM4bdb2M>.
|
ohhhhhhhhhhhhhhhhhhh |
yes |
the user can apply them using .pdd* |
agree
… On 3 Jun 2019, at 07:25, Maijin ***@***.***> wrote:
the user can apply them using .pdd*
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#142?email_source=notifications&email_token=AAG75FVLWPHRSFKHJWYMEHDPYT5RBA5CNFSM4G3VXWGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWZDKKY#issuecomment-498218283>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAG75FT2V5V24YKCGSHTCPLPYT5RBANCNFSM4G3VXWGA>.
|
another option is to spit out ano=base64:... which is a new command to support function anotations |
that would be good to have before cutting 596 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The usage of the '*' suffix in r2 specifies that it will print the commands, not execute them. You can use a different modifier like
pdd**
to do this internally with the api if you want, but ideally the usage should be.pdd*
The text was updated successfully, but these errors were encountered: