Code Monkey home page Code Monkey logo

Comments (4)

adamralph avatar adamralph commented on August 30, 2024 1

Hi @mungojam, thanks for raising this.

I still need to give this some more thought but, right now, I'm not yet convinced that the problem of representation of long string arguments is something best solved in SimpleExec. It feels more like a general C# thing, possibly solved with something like the extension method you suggest as an alternative. Also, I'm not sure that the "..." + "..." method is so bad either. Thing is, if you ever needed to pass an argument containing a CR or LF, I guess you wouldn't be able to you were using the CR/LF replacement hack.

from simple-exec.

adamralph avatar adamralph commented on August 30, 2024 1

Thanks @mungojam. I'll close this for now, but if you have any more thoughts about it, please don't hesitate to write again.

BTW, here's another option:

Run(
    "dotnet",
    string.Join(
        " ",
        "my-command sub-command",
        "--releases-folder dist\release",
        "--destination https://some-big-long-bucket-location",
        "--intermediates-folder build\something\something-else"));

from simple-exec.

mungojam avatar mungojam commented on August 30, 2024 1

Neat thanks, I think that's clear to read and more correct which would normally be my priorities. Thanks for the neat library 🙂

from simple-exec.

mungojam avatar mungojam commented on August 30, 2024

Hi Adam, thanks for giving it some thought. I think you're probably right and for my use case in our build scripts based on dotnet-script I'm going to need to create some common libraries anyway so I could easily wrap your method with one that replaced the newlines.

I agree that it won't allow for newlines in arguments but then those don't tend to work on the command line anyway afaik because it submits the statement.

from simple-exec.

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.