Skip to content
Snippets Groups Projects
Commit b0278d86 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Replace printLSOptions and printLSAvailable get functions

printLSOptions -> getLSOptions
printLSAvailable -> getLSAvailable

These new function do not print the result anymore but return a
string.

To display available or set options, one should now uses:
```
cout << getLSOptions() << "\n";
let available:string, available = getLSAvailable();
cout << available << "\n";
```
parent 4383cd2b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment