• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
loic / ceylon.build.tasks.commandline
Ceylon Build Command Line Platform Tasks Module
Description

This modules provides functions to execute commands.

The following example will create a task that when called will execute git pull command.

Task updateTask = command("git pull");

command function is a Task wrapper for executeCommand function.

Commands are executed in a synchronous way. This means that both functions will wait for command to exit before returning.

Last Published Nov 11, 2013
Stats Downloads (JVM): 625
Downloads (JS): 0
Source downloads: 537
Module links Home
Code repository
Issue tracker
Imported By
Browse
List of published versions
1.0.0 JVM JVM: 1.0.0 (outdated) Published Nov 11, 2013 Browse
View docs
You must be logged in to comment.

Ceylon Herd v1.24 Copyright 2012-2021 Red Hat. About