hechoendrupal / drupal-console

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.
http://drupalconsole.com
GNU General Public License v2.0
939 stars 559 forks source link

Looks weird in Windows #2019

Open cosmicdreams opened 8 years ago

cosmicdreams commented 8 years ago

OHI everybody

So I might be the only person who reports issues AND uses Windows as their primary development environment. That's probably why this is the first time someone has reported this issue.

When I'm executing drupal console commands I sometimes get weird characters. Like when I execute drupal on the command line. I get this:

$ drupal

Drupal Console (0.10.12) | Supports Drupal (8.0.3) | Drupal is not installed
============================================================================

Copy configuration files to user home directory.

←[33m   drupal init --override←[39m

Download, install and serve Drupal 8

←[33m   drupal chain --file=~/.console/chain/quick-start.yml←[39m

Create a new Drupal project

←[33m   drupal site:new drupal8.dev 8.0.3←[39m

Install a Drupal project

←[33m   drupal site:install←[39m

Lists all available commands

←[33m   drupal list←[39m

Update project to the latest version.
-------------------------------------

←[33m   drupal self-update←[39m

There are other examples but maybe we can talk about what's introducing these weird characters?

powysm commented 8 years ago

I am seeing this also. Any update?

anakinjay commented 7 years ago

+1 seeing this exact same thing.

anakinjay commented 7 years ago
Drupal Console (0.11.3) | Supports Drupal (8.0.x) | Drupal is not installed
===========================================================================

Copy configuration files to user home directory.

   drupal init --override

Download, install and serve Drupal 8

   drupal chain --file=~/.console/chain/quick-start.yml

Create a new Drupal project

   drupal site:new drupal8.dev 8.0.x

Install a Drupal project

   drupal site:install

Lists all available commands

   drupal list

Update project to the latest version.
-------------------------------------

   drupal self-update

 settings:check

                                                                                                                       
 The extension mysql is recommended to install.                                                                        
                                                                                                                       

                                                                                                                       
 The extension sqlite3 is recommended to install.                                                                      
                                                                                                                       

                                                                                                                       
 The configuration date.timezone was missing and overwritten with America/Tijuana.                                     

anakinjay commented 7 years ago

I've tried in CMD, Hyper, and Git Bash... all giving the same issue.