rnpgp / sexpp

C++ Library for SEXP (S-expressions)
Other
7 stars 4 forks source link

Fixed sexp-cli documentation #12

Closed maxirmx closed 1 year ago

ronaldtse commented 1 year ago

Thanks @maxirmx . Question: why not just use “sexp” instead of “sexp-cli”? If it’s accessible via the CLI, it is a cli command…

maxirmx commented 1 year ago

Thanks @maxirmx . Question: why not just use “sexp” instead of “sexp-cli”? If it’s accessible via the CLI, it is a cli command…

In cmake script both libsexp.a and sexp will have logical name sexp, that's why I cut the corner. I will rename the application to sexp, it;s doable.

ronaldtse commented 1 year ago

Thank you @maxirmx !

ronaldtse commented 1 year ago

@maxirmx can we have a version bump? Thanks!