From fb038765c65c021ee89dbcb6a0eb9f20bc73dd82 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Sat, 29 May 2021 13:30:32 +0200 Subject: [PATCH] Mark that isinterative() is working. --- README.md | 4 +--- docs/src/index.md | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 48f49cb..4bd7de5 100644 --- a/README.md +++ b/README.md @@ -272,12 +272,10 @@ The main drawback is that the @show and logs in console can be send to the last - [X] Allow to use function exit in client. +- [X] Update isinteractive() to show that the run is run in a interactive way. # TODO - -- [ ] Update isinteractive() to show that the run is run in a interactive way. - - [ ] Remote version (in which the Server would be in a different computer of the client). - [ ] Automatic installation of required packages. diff --git a/docs/src/index.md b/docs/src/index.md index ded3505..89f82f7 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -187,9 +187,9 @@ sys 0m0.300s - [X] Fix redirect with several tasks. -# TODO (features in the roadmap) +- [X] Update isinteractive() to show that the run is run in a interactive way. -- [ ] Update isinteractive() to show that the run is run in a interactive way. +# TODO (features in the roadmap) - [ ] Remote version (in which the Server would be in a different computer of the client).