Code Monkey home page Code Monkey logo

Comments (3)

DeathByDenim avatar DeathByDenim commented on May 11, 2024 1

Oh, I see. I didn't think of trying that!

It's not exactly pretty though. That gave me an idea. The same could be achieved by changing shared/Command.pas:491 from this:

      CurrentCommand := CurrentCommand + ' ' + argv[i];

to this:

      CurrentCommand := CurrentCommand + ' "' + argv[i] + '"';

I just tried that out and it this allows me tu run as:

./bin/opensoldat -fs_portable 0 -fs_userpath ~/temp/soldat\ with\ space -join 127.0.0.1 23073 -log_level 1

Now escaped spaces work as expected and all the other command-line arguments remain functional as well. What do you think of doing it like that? You wouldn't have to rely on people reading documentation.

from opensoldat.

BranDougherty avatar BranDougherty commented on May 11, 2024 1

Wayyy better thanks.

from opensoldat.

BranDougherty avatar BranDougherty commented on May 11, 2024

It's actually possible to do this already, quoted strings are supported out of the box by TStringList. You can see it in action in the default server.cfg, where sv_hostname is set to "My Server" (with the space included). Using this from the command line will probably be ugly, because the quote needs to actually reach OpenSoldat and shells like to mess with quotes. The following worked ok for me with bash and fish:

./opensoldatserver -fs_userpath "\"~/temp/soldat with space\"" -log_level 1

But of course this is a pretty bad documentation problem, which should be solved ASAP. Anyone is welcome to take a stab at adding a few pages to the wiki, and I'll try to get around to adding some documentation myself soon.

from opensoldat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.