From 019a627f047667ea04574cebb9a174156b2a7a67 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 1 Oct 2018 13:37:38 -0400 Subject: [PATCH] Document the compiler.cmd_array() method --- docs/markdown/Reference-manual.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 14e81a89a..a098b7b97 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1627,6 +1627,9 @@ the following methods: the positional argument, you can specify external dependencies to use with `dependencies` keyword argument. +- `cmd_array()` returns an array containing the command arguments for + the current compiler. + - `compiles(code)` returns true if the code fragment given in the positional argument compiles, you can specify external dependencies to use with `dependencies` keyword argument, `code` can be either a